home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / business / amortz21.zip / README.BAT < prev    next >
DOS Batch File  |  1995-09-15  |  466b  |  16 lines

  1. echo off
  2. cls
  3. echo This batch file provides a simple way to read about the product:
  4. echo .
  5. echo      AMORTZ - Loan Schedules & More!, v2.10 (DOS Version)
  6. echo .
  7. echo The information you want to read is in the file VENDINFO.DIZ.
  8. echo If you prefer, you can read it using any ordinary text viewer.
  9. echo For example, if the LIST viewer is in your DOS path, you would
  10. echo use the command 'LIST VENDINFO.DIZ'.
  11. echo .
  12. echo .
  13. pause
  14. more < VENDINFO.DIZ
  15. pause
  16.